A unit test verifies the behavior of a small section of code, the unit under test. It does so by executing that code and checking the result. Create a local unit test class · Mockable Android library
The test coverage tool is available for local unit tests to track the percentage and areas of your app code that your unit tests have covered. Test types and locations · Unified Gradle test runner · Run with Firebase Test Lab